-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate setup script for each major version #9
Separate setup script for each major version #9
Conversation
70407cc
to
88bc025
Compare
9f3e1bd
to
fdc5f17
Compare
fdc5f17
to
cc67d2d
Compare
*) | ||
setup_version="next";; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, when the version is 6.0.0, setup-base-next.sh
will be executed.
setup_version="next";; | ||
esac | ||
|
||
echo "Running scripts/setup-base-$setup_version.sh for Redmine $REDMINE_VERSION ..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will output like below:
Running scripts/setup-base-4.2.sh for Redmine 4.2.11.stable ...
https://github.com/hidakatsuya/action-setup-redmine/actions/runs/9920802272/job/27408068744
This pull request introduces the following changes: